home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / distri~1 / updates / mfsutl.zoo / mfsutl.sys < prev   
Encoding:
Text File  |  1993-02-16  |  1.6 KB  |  48 lines

  1. [mfsutl.zoo](520k)         0 0 755
  2. #
  3. # mfsutl.zoo is something of a strange subset. Here are the GNU utils
  4. # compiled with no TOS-like hashing of filenames into 8+3.
  5. #
  6. # The purpose of this is that 'make' as distributed is incapable of
  7. # finding a Makefile in its own directory. To solve this it is 
  8. # necessary to use mfsconf.ttp to change the way files are referenced
  9. # on the minixfs filesystem. Unfortunately, doing this results in the
  10. # cp and rm and mv etc. programs failing ( and in fact deleting in 
  11. # some cases ). So, here are a set of programs that will work properly
  12. # under the minixfs. No guarantees if you install them onto a TOS file-
  13. # system, though. This subset should be installed  *only* if you use
  14. # minixfs.
  15. #
  16. # To get any use out of them, you'll have to have a line like ...
  17. #
  18. #                     mfsconf F: -l n -s n -d n
  19. #
  20. #               ... in a startup script. I suggest you put this in the
  21. # file 'mint.cnf' in C:\mint. If you do this, the syntax is ...
  22. #
  23. #          exec U:\usr\bin\mfsconf.ttp F: -l n -s n -d n
  24. #
  25. #               ... which should be placed towards the end of the
  26. # mint.cnf file - certainly after the 'sln' statements.
  27. #
  28. # Note that you'll have to be pretty sure this is what you want. The
  29. # lower-case filenames screw up the fileselector on my system (TOS 1.6)
  30. # and GEMini doesn't like them either. (Actually mupfel is ok, it is
  31. # Venus that complains).
  32. #
  33. /bin/chgrp.ttp
  34. /bin/chmod.ttp
  35. /bin/chown.ttp
  36. /bin/cp.ttp
  37. /bin/dd.ttp
  38. /bin/du.ttp
  39. /bin/ln.ttp
  40. /bin/ls.ttp
  41. /bin/mkdir.ttp
  42. /bin/mv.ttp
  43. /bin/rm.ttp
  44. /bin/rmdir.ttp
  45. /usr/bin/dir.ttp
  46. /usr/bin/vdir.ttp
  47. /usr/bin/mfsconf.ttp
  48.